Managing Users in Microsoft Entra ID: The Essential Guide for Confident MS-102 Administrators

Managing users in Microsoft Entra ID is one of the core responsibilities of a Microsoft 365 administrator. Every identity in your tenant — whether cloud-only, hybrid, or guest — must be created, secured, licensed, monitored, and eventually removed properly.

For the MS-102 Microsoft 365 Administrator exam, user management is not just about clicking “Create User.” It includes:

  • Creating users
  • Editing properties
  • Assigning licenses
  • Resetting passwords
  • Unlocking accounts
  • Managing guest users
  • Monitoring sign-ins
  • Restoring deleted accounts

This guide walks through each task clearly and practically.

Managing Users in Microsoft Entra ID

Where to Manage Users

Users can be managed from two locations:

1️⃣ Microsoft 365 Admin Center

Users → Active Users

Microsoft 365 Admin Center Active Users list view

2️⃣ Microsoft Entra Admin Center (Recommended)

Entra ID → Users

Microsoft Entra Admin Center Users blade navigation

For identity-focused tasks, the Entra Admin Center is preferred.


Creating a Cloud-Only User (Step-by-Step)

Most lab and many production users in Microsoft 365 are cloud-only (not synced from on-premises AD).

Learning Objectives

After completing this guide, you will be able to:

  • Create a user in the Microsoft 365 Admin Center and Entra Admin Center.
  • Explain how to apply least privilege and enforce MFA for users.
  • Describe naming standards for consistent user management.
  • Identify the correct process for disabling versus deleting accounts.

Create a User in the Microsoft 365 Admin Center

  1. Go to Users Active users
Active users page with the Add a user button in the Microsoft 365 Admin Center
  1. Click Add a userMicrosoft 365 Admin Center Add User wizard
  2. Fill in:
    • First name & Last name
    • Display name
    • Username (e.g., john@yourdomain.com)
    • Choose Auto-generate password or set a custom password
    • Select Require this user to change their password on first sign-in
Add a user wizard basic details form with name, username, and password fields
  1. Click on Next
  2. Assign a location
  3. Assign licenses (e.g., Microsoft 365 E3)
Assign license step in the Add a user wizard showing the Microsoft 365 E3 license option
  1. Select which Apps should be assigned
App assignment step in the Add a user wizard listing Microsoft 365 apps
  1. Click on Next
  2. In the Optional Settings page, enter profile info like designation, department, phone number, etc.
  3. Click Finish adding
Optional settings step in the Add a user wizard with profile information fields

Create User in Entra Admin Center

  1. In https://entra.microsoft.com,
  2. Go to Identity Users All users
All users list in the Microsoft Entra Admin Center
  1. Click New user Create new user
New user menu with the Create new user option in the Microsoft Entra Admin Center
  1. Provide:
    • User principal name (UPN)
    • Name
    • Initial password
Create new user basic information form with user principal name and password
  1. First Name
  2. Last Name
  3. Job Information
Create new user properties tab with first name, last name, and job information fields
  1. Optionally assign:
    • Groups
    • Roles
Assignments tab in the Create new user wizard for groups and roles
  1. Click Review + Create
  2. Click Create
Review and create confirmation screen for a new Microsoft Entra user

Viewing and Editing User Properties

Select a user → Review these sections:

  • Overview
  • Properties
  • Assignments
  • Licenses
  • Groups
  • Roles

Common changes administrators make:

  • Job title
  • Department
  • Manager
  • Usage location
  • Office location

Usage location must be set before license assignment.

User properties page showing usage location and office location fields

Assigning Licenses to Users

Licensing was covered in detail in Chapter 5. Here’s how it ties to user management:

  1. Open a user in Active users
  2. Go to Licenses and apps
Licenses and apps section for a user in the Microsoft 365 Admin Center
  1. Select or unselect:
    • Microsoft 365 E3/E5
    • Standalone services or add-ons
License selection list showing Microsoft 365 E3 and E5 options
  1. Toggle specific apps (Teams, SharePoint, etc.) ON or OFF
App toggle list for Teams, SharePoint, and other services within a license
  1. Save changes

A user without a license:

  • Cannot access services such as Exchange, Teams, and SharePoint
  • Might still authenticate, but see limited apps

Resetting Passwords

Password issues are one of the most common support requests.

Resetting a User Password

  1. In Admin Center Users Active users
  2. Select the user
  3. Click Reset password
Reset password option on a user's Active users page
  1. Choose whether to:
    • Auto-generate a password
    • Manually set a password
Password reset dialog with auto-generate and manual password options
  1. Share the new password securely with the user
Confirmation screen displaying the new temporary password after reset

Unlocking Accounts

If you suspect compromise or need to disable access:

  1. Open the user in Active users
  2. Click Block sign-in
Block sign-in option on a user's profile in Microsoft Entra ID
  1. Choose Block this user from signing in
Block sign-in confirmation toggle for a user account
  1. Save changes

To restore access, set it back to Allow sign-in.

Allow sign-in toggle used to restore a blocked user's access

Signing the User Out of All Sessions

To force the user to re-authenticate:

  • In the user’s details, use Sign out of all sessions
Sign out of all sessions option in a user's Microsoft Entra ID profile
  • The user will be logged out of browser sessions and apps over time

Managing Guest Users

Guest users are external identities invited to your tenant.

To invite a guest:

  1. Entra ID → Users
  2. New user → Invite external user
  3. Enter external email
  4. Send invitation

Guests can:

  • Access Teams
  • Collaborate in SharePoint
  • Join groups

Guest access must align with security policies.

  1. Go to https://entra.microsoft.com
  2. Navigate to Entra ID Users All users Drop down New user Invite external userMicrosoft Entra Admin Center Invite External User page
  3. Fill in Basic details and Review + Invite
  • Client email ID
  • Client Display name
  • Welcome message
Invite external user form with email, display name, and welcome message fields

Bulk User Operations

For larger environments, managing users one by one is inefficient.

Bulk Add Users (CSV)

  1. In Admin Center Users Active users
  2. Click Add multiple users
Add multiple users option on the Active users page for bulk creation
  1. Download the CSV template
  2. Fill in:
    • Usernames
    • Names
    • Usage location
    • Initial passwords (optional)
  3. Upload the CSV and complete the wizard

Bulk Edit Users

You can select multiple users and:

  • Assign/removal of licenses in bulk
  • Block/Unblock sign-in
  • Change usage location

For advanced automation, organisations will use:

  • PowerShell (e.g., Connect-MgGraph, New-MgUser)
  • Microsoft Graph API

Deleted Users and Account Recovery

When a user is deleted:

  • Account enters “soft delete” state
  • Retained for 30 days
Deleted users list showing accounts in the 30-day retention period
Deleted user details view showing soft-delete status

Restoring a Deleted User

  1. Go to Users Deleted users
  2. Select the user
Deleted users page with a selected user account in Microsoft Entra ID
  1. Click Restore user
Restore user button on a deleted user account
  1. Optionally reassign licenses
License reassignment step after restoring a deleted user

Mailbox and OneDrive content can often be recovered after a restore (depending on retention policies).

After 30 days, the account is permanently deleted and cannot be recovered without a backup or exceptional retention.

Understanding retention is important for MS-102.


Monitoring User Sign-Ins

Sign-in logs are located in:

Entra ID → Sign-in Logs

Sign-in logs view in Microsoft Entra ID

Here you can review:

  • Successful logins
  • Failed attempts
  • Location
  • Device
  • Risk level

Sign-in logs are heavily referenced in identity troubleshooting scenarios.


Managing Group Membership

Users often receive:

  • Licenses
  • Access
  • Permissions

through group membership.

Create a Group

  1. Open the user in Entra Admin Center
  2. Go to the Groups tab
Groups tab on a user's profile in Microsoft Entra Admin Center
  1. Select the group that you want to create
Group type selection screen when creating a new group
  1. Add a Microsoft 365 group
Microsoft 365 group type selected in the new group wizard
  1. Fill in basic details
    • Microsoft Group Name
    • Description: For what this group is used for
New group wizard basic details step with group name and description fields
  1. Fill in
    • Group email address
    • Privacy: Public or Private
Group email address and privacy settings in the new group wizard
  1. Add Assign owners
Assign owners step in the new group creation wizard
  1. Add members
Add members step in the new group creation wizard
  1. Review and Click Create Group
Review and create confirmation screen for a new Microsoft 365 group

To manage:

  1. Open user
  2. Select Groups
  3. Add or remove membership

Group-based licensing and Conditional Access depend on this.


Managing Users in Microsoft Entra ID: Best Practices

Apply Least Privilege

Do not assign unnecessary admin roles.

Enforce MFA

All users should be protected with Multi-Factor Authentication.

Use Naming Standards

Consistent username format prevents confusion.

Disable Before Deleting

If an employee leaves:

  1. Block sign-in
  2. Remove license
  3. Preserve data
  4. Then delete

Why Managing Users in Microsoft Entra ID Matters for MS-102

User management is central to:

  • Identity lifecycle
  • Access control
  • Security enforcement
  • Compliance
  • Automation

Exam scenarios often describe:

  • A user unable to access Teams
  • A mailbox not provisioning
  • A compromised account
  • A guest access issue

Nearly all these issues start with identity configuration.


Final Insights

Managing users in Microsoft Entra ID is not just administrative work—it is identity governance.

Every user represents:

  • A potential security risk
  • A licensing decision
  • An access boundary
  • A compliance responsibility

When you understand user lifecycle management deeply, you move beyond account creation and begin managing identity strategically.

If you’re new to this learning series, start with the main MS-102 Microsoft 365 Administrator overview, where we explain how all chapters connect and what skills you’ll build across the journey.

For the most accurate and up-to-date exam objectives and reference material, Microsoft maintains the official MS-102 documentation on Microsoft Learn. This series complements those resources by focusing on real-world administrative understanding.

In the next chapter, we will explore: Multi-Factor Authentication (MFA) and Authentication Methods

That is where identity protection becomes active defense.

Written by

Lokesh M

Senior Infrastructure Engineer with 10+ years of IT infrastructure experience across Microsoft 365 Administration, Microsoft Entra ID, Microsoft Intune, Microsoft Security, Windows Server, Active Directory, Azure, and enterprise infrastructure.

Focus areas: Microsoft Certifications, Microsoft 365, Windows Server, Azure, Microsoft Security, Endpoint Management, and Enterprise IT.

TechCertGuide is built from hands-on lab experience, enterprise administration, and official Microsoft documentation to help IT professionals understand concepts before implementing them.

2 thoughts on “Managing Users in Microsoft Entra ID: The Essential Guide for Confident MS-102 Administrators”

Leave a Comment